home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG PD-ROM BV3
/
BMUG PD-ROM Version BV3 (CDRM1097900).iso
/
Programming
/
Programming Languages
/
Harvest C
/
Examples
/
Sample1.build
next >
Wrap
Text File
|
1991-10-09
|
303b
|
16 lines
# Example of a very simple build file
#
# Next line sets up output file name and creator signature
-o Sample1App -c ????
#
# Now for the source file
Sample1.c
#
# next entries are libraries
interface.o
runtime.o
A blank line indicates the end of the file, so anything below the blank
line is ignored.